home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 9542 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1000 b 

  1. Path: news.mindlink.net!news
  2. From: mike_huwe@mindlink.bc.ca (Mike Huwe)
  3. Newsgroups: comp.lang.c
  4. Subject: ***NEED HELP WITH CALCULATION FUNCTION*** ASAP
  5. Date: 11 Mar 1996 08:07:06 GMT
  6. Organization: Your Organization
  7. Message-ID: <4i0mva$j0c@fountain.mindlink.net>
  8. NNTP-Posting-Host: line032.nwm.mindlink.net
  9. Mime-Version: 1.0
  10. Content-Type: Text/Plain; charset=US-ASCII
  11. X-Newsreader: WinVN 0.99.6
  12.  
  13. I need to write a function called calc_investment() based on the following
  14. formula: P = F/(1+r)^n
  15.  
  16. where P : is the value to invest
  17.       F : is the future amount needed
  18.       r : is the annual rate of interest
  19.       n : is the length of the period
  20.       ^ : power of
  21.  
  22. The user is allowed to enter the annual rate of interest either as a 
  23. percentage eg. 15 or enter as a decimal eg. .15. If the user enters the
  24. annual rate of interest as a percentage eg. 15, then divide by 100
  25. before using it in the formula.
  26.  
  27. Any ideas how I could code this test?
  28.  
  29. Please e-mail you responses.
  30.  
  31. Thanks in advance,
  32. Mike
  33.  
  34.